vue 3 emits|vue3 setup emit : Tuguegarao If you're using an explicit setup function instead of , events should be declared using the emits option, and the emit function is exposed on the setup() context: js export default { emits: [ 'inFocus' , 'submit' ], setup ( props , ctx ) { ctx. emit ( 'submit' ) } } Close Save changes. Provided by KJ168 | ALL RIGHTS RESERVED | TERMS & CONDITIONSTERMS & CONDITIONS

vue 3 emits,If you're using an explicit setup function instead of